home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / dg.dir / 00325.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  155 b   |  14 lines

  1. on enterFrame
  2.   MovieOver()
  3. end
  4.  
  5. on exitFrame
  6.   global Introd
  7.   if Introd = 1 then
  8.     set Introd to 0
  9.     go("Options")
  10.   else
  11.     play done
  12.   end if
  13. end
  14.